tree-wide: Consistently `(void)g_variant_lookup()`
authorColin Walters <walters@verbum.org>
Tue, 25 Jul 2023 15:17:36 +0000 (11:17 -0400)
committerColin Walters <walters@verbum.org>
Tue, 25 Jul 2023 15:28:23 +0000 (11:28 -0400)
commit13e7ae907de35f364f9e2573175124aa0691c840
tree4be87ac833c0bb26cfb6f6f88e00d51dddcbec77
parent250c40a671488ac86fea985ec510488cd0fd2bb0
tree-wide: Consistently `(void)g_variant_lookup()`

Coverity warns when we're checking the return value in most-but-not-all
instances.  The code is correct in these instances; we're initializing
the values to defaults.  So add a `(void)` cast like we are doing
in many other places.
src/libostree/ostree-repo-pull.c
src/libostree/ostree-repo.c